API Help
Eplan.EplApi.DataModel Namespace / DimensionGroup Class / Create Method / Create(Page,PointD[],PointD,DimensionType) Method
Page
Points of DimensionGroup.
Point of DimensionGroup.
Type of DimensionGroup.

In This Topic
    Create(Page,PointD[],PointD,DimensionType) Method
    In This Topic
    Creates DimensionGroup on a given page.
    Syntax

    Parameters

    page
    Page
    dimensionPositions
    Points of DimensionGroup.
    pntLocDimLine
    Point of DimensionGroup.
    dimensionType
    Type of DimensionGroup.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when given Page has PageType sets to ExternalDocument.
    See Also